dm: SMEM (Shared memory) uclass
authorRamon Fried <[email protected]>
Sun, 1 Jul 2018 23:57:55 +0000 (02:57 +0300)
committerTom Rini <[email protected]>
Thu, 19 Jul 2018 20:31:37 +0000 (16:31 -0400)
commit7b384eccc785b596f68448b155cbda26df57fb23
tree77d623c310e8050de65ecc655a46dee7b3f81933
parentb19886b9469174213877ef37670ce35c55acb456
dm: SMEM (Shared memory) uclass

This is a uclass for Shared memory manager drivers.

A Shared Memory Manager driver implements an interface for allocating
and accessing items in the memory area shared among all of the
processors.

Signed-off-by: Ramon Fried <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
drivers/Makefile
drivers/smem/Kconfig [new file with mode: 0644]
drivers/smem/Makefile [new file with mode: 0644]
drivers/smem/smem-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/smem.h [new file with mode: 0644]